projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44c48a8
)
(ctagsfiles): Rewrite to avoid compiler bug.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Jul 1994 00:47:17 +0000
(
00:47
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Jul 1994 00:47:17 +0000
(
00:47
+0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 4206646f41814236c6f0e8649491dac10b33fb10..1e00ed1ad5a35136e4526e93f6627565cef94ade 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-907,7
+907,7
@@
relock:
/* Arrange to make a tags table in ../lisp, and another in this dir
which includes ../lisp/TAGS by reference. */
-ctagsfiles = [a-zA-Z]*.
h [a-zA-Z]*.c
+ctagsfiles = [a-zA-Z]*.
[hc]
lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el
TAGS: $(ctagsfiles)
../lib-src/etags --include=../lisp/TAGS $(ctagsfiles)